Skip to content

Comments

Try another runner name#387

Closed
msaroufim wants to merge 2 commits intomainfrom
try_another_runner
Closed

Try another runner name#387
msaroufim wants to merge 2 commits intomainfrom
try_another_runner

Conversation

@msaroufim
Copy link
Member

@msaroufim msaroufim commented Jan 7, 2026

Sad github doesn't provide free T4 gpus anymore

Copilot AI review requested due to automatic review settings January 7, 2026 06:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions runner configuration for GPU-based CI jobs from gpumode-nvidia-arc to gpu-t4, likely to test a different runner infrastructure. The change also modifies the runner format from array to string.

  • Changed runner name from gpumode-nvidia-arc to gpu-t4
  • Modified runner format from array [runner-name] to string runner-name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jobs:
check-cuda:
runs-on: [gpumode-nvidia-arc]
runs-on: gpu-t4
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The runner name format has changed from an array to a string. Other GPU-related workflows in this repository use array format for self-hosted runners (e.g., [nvidia-docker-b200-8-x86-64] in nvidia_workflow.yml and nvidia-arc-health.yml). While both formats are valid in GitHub Actions, using an array is the conventional format for self-hosted runners as it allows specifying multiple labels. Consider using [gpu-t4] instead of gpu-t4 for consistency with other workflows in the repository.

Copilot uses AI. Check for mistakes.

check-pytorch:
runs-on: [gpumode-nvidia-arc]
runs-on: gpu-t4
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The runner name format has changed from an array to a string. Other GPU-related workflows in this repository use array format for self-hosted runners (e.g., [nvidia-docker-b200-8-x86-64] in nvidia_workflow.yml and nvidia-arc-health.yml). While both formats are valid in GitHub Actions, using an array is the conventional format for self-hosted runners as it allows specifying multiple labels. Consider using [gpu-t4] instead of gpu-t4 for consistency with other workflows in the repository.

Copilot uses AI. Check for mistakes.
@msaroufim msaroufim closed this Jan 7, 2026
@msaroufim msaroufim reopened this Jan 7, 2026
@msaroufim msaroufim closed this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant